This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
The profile document is named "wmrprofile - <user name>" where <user name> is the user's name in canonical format.
Recreate it with a some Lotusscript like so:
Sub Click(Source As Button) Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase Set doc=db.GetProfileDocument("wmrprofile - cn=bruce wayne/o=gotham") Call doc.remove(True) If doc IsnothingThenMsgBox"Profile Document is Successfully Removed" End Sub
Keep in mind that it might just be easier to test with a brand new redirect database.
Feedback response number ALAS85LHD2 created by ~Dexter Elfreesonakoi on 05/19/2010